-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue-5662-kotlinstyle #5833
Issue-5662-kotlinstyle #5833
Conversation
…t ktlint standard
…e to meet ktlint standard
…meet ktlint standard
…t ktlint standard
…eet ktlint standard
…or ktlint standard
… lowercase to meet ktlint standard
…et ktlint standard
…UploadStatusDao.kt
…res in class names to meet ktLint standard
…ve line lengths to meet ktLint standard
…properties public, matched names and refactored
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
App still works as expected, I tried Nearby, notifications, Explore, uploading a few files.
I haven't checked all files but a sample looked good.
Thanks a lot @tristan81 for the fast work! Just being curious, what tool(s) did you use? :-) |
nothing ground breaking I used the latest version of ktlint, 1 round of autoformat (ktlint --format), then I outputed the remaining errors to an Excel workbook and just ticked them off one by one. |
Fixes #5662
Tests performed (required)
Tested 'app' profile on Virtual Device (Pixel_7_Pro) with API_35
Ran 'All Tests', failures reported, the same failures reported when executed on the unmodified codebase. Unsure if this is a configuration issue like user account or pre-existing issue with the unit tests.
Screenshots (for UI changes only)